* s~\t+$~~
[lhc/web/wiklou.git] / maintenance / importLogs.php
index 00bb662..221e5f9 100644 (file)
@@ -14,7 +14,7 @@ require_once( "importLogs.inc" );
 
 foreach( LogPage::validTypes() as $type ) {
        if( $type == '' ) continue;
-       
+
        $page = LogPage::logName( $type );
        $log = new Article( Title::makeTitleSafe( NS_PROJECT, $page ) );
        $text = $log->getContentWithoutUsingSoManyDamnGlobals();